return ((SwingBeanInfo)this).createBeanDescriptor(classJEditorPane, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("preferredSize", new Object[]{"shortDescription", "preferredSize"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("contentType", new Object[]{"bound", Boolean.FALSE, "shortDescription", "the type of content"}), this.createPropertyDescriptor("scrollableTracksViewportWidth", new Object[]{"shortDescription", "scrollableTracksViewportWidth"}), this.createPropertyDescriptor("managingFocus", new Object[]{"shortDescription", "managingFocus"}), this.createPropertyDescriptor("text", new Object[]{"bound", Boolean.FALSE, "shortDescription", "the text of this component"}), this.createPropertyDescriptor("scrollableTracksViewportHeight", new Object[]{"shortDescription", "scrollableTracksViewportHeight"}), this.createPropertyDescriptor("editorKit", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "shortDescription", "the currently installed kit for handling content "})};